home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Rover 25 Presentation
/
Rover25_Presentation_CD.bin
/
Tool2.cst
/
00021_Script_go to engines
< prev
next >
Wrap
Text File
|
2000-01-31
|
175b
|
13 lines
global gMovie, gMenu,
on mouseUp me
if gMenu <> 1 then
puppetSound 3, "uh-urr"
exit
else
gMovie = "5"-- movie name
go to "exit"
end if
end